'DeclarationPublic Overloads Function RemoveRows( _ ByVal rowIndexes() As Integer _ ) As Boolean
public bool RemoveRows( int[] rowIndexes )
Parameters
- rowIndexes
 - The row indexes to be removed.
 
Return Value
True, if the rows were removed
'DeclarationPublic Overloads Function RemoveRows( _ ByVal rowIndexes() As Integer _ ) As Boolean
public bool RemoveRows( int[] rowIndexes )